Autogenerated HTML docs for v2.35.1-225-ge2ac9 
diff --git a/git-log.html b/git-log.html index 3441123..ad891d5 100644 --- a/git-log.html +++ b/git-log.html 
@@ -1205,18 +1205,31 @@  </dt>   <dd>   <p>  - Follow only the first parent commit upon seeing a merge  - commit. This option can give a better overview when  - viewing the evolution of a particular topic branch,  - because merges into a topic branch tend to be only about  - adjusting to updated upstream from time to time, and  - this option allows you to ignore the individual commits  - brought in to your history by such a merge.  + When finding commits to include, follow only the first  + parent commit upon seeing a merge commit. This option  + can give a better overview when viewing the evolution of  + a particular topic branch, because merges into a topic  + branch tend to be only about adjusting to updated upstream  + from time to time, and this option allows you to ignore  + the individual commits brought in to your history by such  + a merge.   </p>   <div class="paragraph"><p>This option also changes default diff format for merge commits   to <code>first-parent</code>, see <code>--diff-merges=first-parent</code> for details.</p></div>   </dd>   <dt class="hdlist1">  +--exclude-first-parent-only  +</dt>  +<dd>  +<p>  + When finding commits to exclude (with a <em>&#94;</em>), follow only  + the first parent commit upon seeing a merge commit.  + This can be used to find the set of changes in a topic branch  + from the point where it diverged from the remote branch, given  + that arbitrary merges can be valid topic branch changes.  +</p>  +</dd>  +<dt class="hdlist1">   --not   </dt>   <dd>